home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 24 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. From: error@stack.urc.tue.nl (Erlend Nagel)
  2. Subject: Re: Colour.
  3. Date: Tue, 31 May 1994 08:59:32 +0200 (MET DST)
  4. In-Reply-To: <Pine.3.87.9405301521.D17681-0100000@undergrad> from "Timothy Miller" at May 30, 94 03:39:21 pm
  5. Mime-Version: 1.0
  6. Precedence: bulk
  7.  
  8. Timothy wrote:
  9.  
  10. > No limits, please.  The manager should use the handle of each window as 
  11. > the handle the app will use when setting/resetting a palette.  When a 
  12. > window is topped/untopped, the app should pass the window handle and a 
  13. > flag for whether the window was topped or untopped.  This way, the system 
  14. > could manage a seperate palette for each WINDOW.
  15.  
  16. I like this idea. It looks like a very elegant solution. And it could
  17. make the programming of certain multi-window/multi-document programs a
  18. little bit easier. But it could be a bit tedious to have to define a
  19. custom palette for every window (not to mention the cost in memory ;-)
  20. Maybe the vdi-handle is a better candidate. Some libraries (like
  21. Warwicks C++ lib I think) use a new vdi-handle for every window anyway.
  22.  
  23. Erlend.
  24.